home *** CD-ROM | disk | FTP | other *** search
/ Stickerpedia Stickerbook / Stickerbook.iso / pc / DATA / main.dxr / 00026_Script_ [ internal ] Show image < prev    next >
Text File  |  2003-03-24  |  292b  |  31 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. global  gDontReact
  7. global  oSpr
  8.  
  9.  
  10. property  spriteNum
  11.  
  12.  
  13.  
  14.  
  15. on msUp me
  16.   
  17.   retVal = checkImage()
  18.   
  19.   if retVal = "error" then
  20.     gDontReact = 1
  21.     modify oSpr, spritenum, #std
  22.     wrongimageID
  23.     updatestage
  24.   else
  25.     showImage retVal
  26.   end if
  27.   
  28. end
  29.  
  30.  
  31.